/* css rest */
*{
    margin: 0;
    padding: 0;
    font-family: Arial,Microsoft Yahei;
}
body {
    font-size: 12px;
    line-height: 2;
    color: #fff;
}
ol,ul {
    list-style: none;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover,a.hover {
    color: #01d9db;
}
em,i,b{
    font-style: normal;
}
img {
    border:0;
    vertical-align: middle
}
input,textarea {
    outline: none;
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    line-height: 0;
    overflow: hidden;
}
.clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}



